home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Utilities / Ph 1.1.1 / PhClient / open.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-03-17  |  587 b   |  18 lines  |  [TEXT/MPS ]

  1. /*______________________________________________________________________
  2.  
  3.     open.h - Open Ph Record Movable Modal Dialog Interface.
  4. _____________________________________________________________________*/
  5.  
  6. #ifndef __open__
  7. #define __open__
  8.  
  9. /*_____________________________________________________________________
  10.  
  11.     Functions.
  12. _____________________________________________________________________*/
  13.  
  14. extern void open_DoKey (WindowPtr w, char key, short modifiers);
  15. extern Boolean open_DoCommand (WindowPtr w,short theMenu, short theItem);
  16. extern Boolean open_DoDialog (Str255 user);
  17.  
  18. #endif